Index: vtk9/Examples/CMakeLists.txt
===================================================================
---- vtk9.orig/Examples/CMakeLists.txt 2026-01-30 11:52:25.929361624 +0100
-+++ vtk9/Examples/CMakeLists.txt 2026-01-30 11:52:25.923037072 +0100
-@@ -63,7 +63,7 @@
+--- vtk9.orig/Examples/CMakeLists.txt 2026-06-20 15:53:41.922997656 +0200
++++ vtk9/Examples/CMakeLists.txt 2026-06-20 15:53:41.909728170 +0200
+@@ -66,7 +66,7 @@
add_example(IO/Cxx)
add_example(ImageProcessing/Cxx)
add_example(Infovis/Cxx)
"
Author: Bas Couwenberg <sebastic@debian.org>
---- a/IO/GDAL/vtkGDALRasterReader.cxx
-+++ b/IO/GDAL/vtkGDALRasterReader.cxx
-@@ -182,7 +182,11 @@ void vtkGDALRasterReader::vtkGDALRasterR
+Index: vtk9/IO/GDAL/vtkGDALRasterReader.cxx
+===================================================================
+--- vtk9.orig/IO/GDAL/vtkGDALRasterReader.cxx 2026-06-20 15:53:59.251124679 +0200
++++ vtk9/IO/GDAL/vtkGDALRasterReader.cxx 2026-06-20 15:53:59.249472560 +0200
+@@ -182,7 +182,11 @@
this->Reader->DriverShortName = GDALGetDriverShortName(driver);
this->Reader->DriverLongName = GDALGetDriverLongName(driver);
if (CSLCount(papszMetaData) > 0)
{
for (int i = 0; papszMetaData[i] != nullptr; ++i)
-@@ -878,7 +882,11 @@ std::vector<std::string> vtkGDALRasterRe
+@@ -882,7 +886,11 @@
{
std::vector<std::string> domainMetaData;
Index: vtk9/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx
===================================================================
---- vtk9.orig/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx 2026-01-25 23:22:22.741023671 +0100
-+++ vtk9/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx 2026-02-05 12:10:11.414134274 +0100
-@@ -1029,6 +1029,12 @@
- {
- unsigned char* ptr = static_cast<unsigned char*>(image->GetScalarPointer(col, row, 0));
+--- vtk9.orig/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx 2026-06-20 15:53:56.710944340 +0200
++++ vtk9/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx 2026-06-20 15:53:56.707945159 +0200
+@@ -1023,6 +1023,12 @@
+ return false;
+ }
+ if (ptr == nullptr)
+ {